home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / mpega_libmad.lha / mpega_libmad / support_pup.h < prev    next >
C/C++ Source or Header  |  2001-12-07  |  322b  |  12 lines

  1. #ifndef SUPPORT_PUP_H
  2. #define SUPPORT_PUP_H
  3.  
  4. #include "library_base.h"
  5.  
  6. ULONG InitDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
  7. void RemoveDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
  8. ULONG InitSupport(struct PrivateBase *PrivateBase);
  9. void RemoveSupport(struct PrivateBase *PrivateBase);
  10.  
  11. #endif
  12.